CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - rabin miller

搜索资源列表

  1. Rabin-Miller

    0下载:
  2. 素性检验,可用于小数据,大量数据不支持啊,谢谢使用
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1072
    • 提供者:古月
  1. miller

    0下载:
  2. 对Miller-Rabin算法的进一步改进,速度约为0.4秒验证一个素数(CPU为赛扬1.5G) //本程序使用Miller Rabin方法计算1024位素数(2进制)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3118
    • 提供者:张亮
  1. sxjc

    0下载:
  2. 应用加密算法和认证技术 实验:Solovag-Strassen算法、Lehmann算法和Rabin-Miller算法的素性检测的原理与测试过程。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:8607
    • 提供者:陈寅华
  1. 数论

    0下载:
  2. 64位以内Rabin-Miller 强伪素数测试和Pollard rho 因数分解算法的实现-64 within Rabin-Miller-puppet prime testing and Pollard rho factorization algorithm implementation
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:64707
    • 提供者:喻林
  1. Rabin-Miller.rar

    0下载:
  2. 1.Rabin-Miller算法的素性检测的原理与测试过程。 2. 有算法流程,用程序设计语言将算法过程编程实现。 3. 对输入的随机数,选择素性检测算法进行素性检测。 ,1.Rabin-Miller primality testing algorithm principle and the testing process. 2. There are algorithms process programming language with the process of programm
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:17298
    • 提供者:zouna
  1. ss

    1下载:
  2. 很多密码算法都要随机选择一个大素数,这个是密码学中的MILLER-RABIN算法,判断素性。-Many cryptographic algorithm must randomly select a large prime numbers, this is Cryptography MILLER-RABIN algorithm to determine Primality.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:6959
    • 提供者:汪博峰
  1. PrimeGenAndTester

    0下载:
  2. Very large (tested for more than 2048 bits) prime number generator and tester program. This is well written and based on solid algorithms in this field. Source code is my own, used for Masters course in Cryptography. Program has easily readable and
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:22393
    • 提供者:s_wilfred
  1. MillerRabin

    0下载:
  2. 密码学中的Miller Rabin素性检测算法。人工编写,用这个来学习或者是交作业,绝对是过关利器。-Cryptography Miller Rabin primality testing algorithm. Artificial preparation, use this to learn or交作业is definitely a sharp object boundary.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:10662
    • 提供者:maowu
  1. xm1099

    0下载:
  2. Miller-Rabin随机性素数测试,能有效的判断一个小于2^63次方的数是不是素数。-Miller-Rabin prime randomness tests, can effectively determine whether a power of less than 2 ^ 63 is the number of prime numbers.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:876
    • 提供者:jiyaodian
  1. MillerRabin

    0下载:
  2. Miller rabin素性检测算法源代码-Miller R
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1578
    • 提供者:anybodys
  1. RSAUpper

    1下载:
  2. 这是个很容易且广泛使用的简单算法,它基于Gary Miller的部分象法,有Michael Rabin发展。事实上,这是在NIST的DSS建议中推荐的算法的一个简化版。 首先选择一个代测的随机数p,计算b,b是2整除p-1的次数。然后计算m,使得n=1+(2^b)m。-This is a very easy and simple and widely used algorithm, which is based on some of Gary Miller as the law, ther
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:232539
    • 提供者:Xu Enliang
  1. Miller-Rabin-c

    0下载:
  2. 求质数的算法之Miller-Rabin费马小定理-Prime number for the Miller-Rabin algorithm of Fermat' s Little Theorem
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:833
    • 提供者:li shu
  1. MillerR

    0下载:
  2. Miller-Rabin test for simple numbers.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:3608
    • 提供者:steph
  1. Miller-Rabin

    0下载:
  2. Miller-Rabin算法 随机算法 求素数-Miller-Rabin Ramdom Algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:119199
    • 提供者:zhuo
  1. suxingjiance

    0下载:
  2. 素性检测,利用三种方法: Solovag-Strassen检测,Lehmam检测, Rabin-Miller检测-Primality testing, using three methods: Solovag-Strassen Detection, Lehmam testing, Rabin-Miller Detection
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:1863
    • 提供者:bluerain
  1. rk

    0下载:
  2. Rabin-Karp algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1049
    • 提供者:Vivek Patole
  1. Miller-Rabin

    0下载:
  2. 用Witness2实现Miller-Rabin算法,主程序循环5—20次,看在100,000—200,000之间有多少个数被判为素数-With the Miller-Rabin algorithm to achieve Witness2, the main program loop 5-20 times, to see how many in number between 100,000-200,000 convicted of prime
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:4357
    • 提供者:randoll
  1. Miller-Rabin_primality_test_(Java)

    0下载:
  2. Miller rabin primality test
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:2992
    • 提供者:sihamenisas
  1. miller

    0下载:
  2. 64位以内Rabin-Miller 强伪素数测试和Pollard rho 因数分解 -64 within the Rabin-Miller strong pseudo-primes test and Pollard rho factorization
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1240
    • 提供者:叶秋
  1. rabin-miller

    0下载:
  2. rabin-miller算法测大素数,采用费马小定理和二次探测法
  3. 所属分类:源码下载

« 12 3 »
搜珍网 www.dssz.com